home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / comple.arc / COMPLEX.DOC < prev    next >
Text File  |  1987-08-26  |  1KB  |  42 lines

  1. This program performs various operations on complex numbers.
  2.  
  3.  
  4.  - determinant of a 2x2 matrix  (very useful with transistor parameters)
  5.  - natural logarithm
  6.  - subtraction
  7.  - multiplication
  8.  - division
  9.  - nth root
  10.  - raise to the power of n
  11.  - reciprocal value
  12.  
  13.  - Lst toggles printer on/off
  14.  - End returns you to the operating system
  15.  
  16.  After selecting the operation to perform you will be asked:
  17.  
  18.        <p>olar or M<1/2>
  19.  
  20.       - if 'p' is pressed the inputs are radius and angle.
  21.       - '1' or '2' reads the operand out of the corresponding
  22.         memory buffer.
  23.       - <ENTER> is pressed the input is in cartesian coordinates (x,y).
  24.  
  25. Result are stored by pressing '1' or '2' after the operation is performed.
  26. The last input or last result is retained in the keyboard buffer. It can
  27. be used with further calculations by just typing <ENTER>.
  28.  
  29.  
  30.  
  31.                             Ottmar Laabs
  32.                             7900 Viscount #184
  33.                             El Paso, Tx 79925
  34.                             (915) 778-0051
  35.                             CIS 73250,1037
  36.  
  37.  
  38.   Any comments or suggestions are greatly appreciated.
  39.  
  40.                                Enjoy it.
  41.  
  42.